DeleteIpv6Gateway
Description
call DeleteIpv6Gateway interface to delete IPv6 gateway.
Request Method
POST
Request Path
/apsara/route/Vpc/DeleteIpv6Gateway
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Ipv6GatewayId | BODY | string | Yes | ipv6gw-hp3y0l3ln89j8bgnh**** | IPv6 gateway instance ID to delete. |
RegionId | BODY | string | Yes | cn-huhehaote | the region ID to which the IPv6 gateway belongs. You can obtain the region ID by calling the DescribeRegions interface. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | E9A8AABE-A84B-4AF2-A68A-8E2EA190E7AE | request ID. |
Example
Successful Response example
{
"RequestId":"E9A8AABE-A84B-4AF2-A68A-8E2EA190E7AE"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}